Skip to content

Conversation

rhshadrach
Copy link
Member

Built on top of #45794

Any attributes we're looking to make protected are deprecated here, allowing users to use them until the next major release. Not deprecating any immutable attributes - users may find these useful and they do not require any extra care.

Docs for ExcelWriter are attached.
excel_writer.pdf

@rhshadrach rhshadrach added IO Excel read_excel, to_excel Deprecate Functionality to remove in pandas labels Feb 3, 2022
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine, pls rebase and can merge (followups on docs & so on are fine).

…atize_excel

� Conflicts:
�	pandas/io/excel/_odswriter.py
�	pandas/tests/io/excel/test_writers.py
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great merge on green

@mroeschke mroeschke merged commit 047137c into pandas-dev:main Feb 6, 2022
@mroeschke
Copy link
Member

Thanks @rhshadrach

@rhshadrach rhshadrach deleted the privatize_excel branch February 6, 2022 23:13
phofl pushed a commit to phofl/pandas that referenced this pull request Feb 14, 2022
* DEP: Deprecate ExcelWriter attributes

* DEP: Deprecate ExcelWriter attributes

* Fixup for test

* Move tests and restore check_extension

y

* Deprecate xlwt fm_date and fm_datetime; doc improvements
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
* DEP: Deprecate ExcelWriter attributes

* DEP: Deprecate ExcelWriter attributes

* Fixup for test

* Move tests and restore check_extension

y

* Deprecate xlwt fm_date and fm_datetime; doc improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Support for Excel features when writing
3 participants